'Declaration Public Overloads Function GetGlyphIndices( _ ByVal codePoints() As Integer _ ) As Short()
public short[] GetGlyphIndices( int[] codePoints )
Parameters
- codePoints
- An array of USC4 code points from which to obtain nominal glyph indices. The array must be allocated and be able to contain the number of elements specified by codePointCount.
Return Value
a reference to an array of nominal glyph indices filled by this function.